home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Proxies.pas' rev: 3.00
-
- #ifndef ProxiesHPP
- #define ProxiesHPP
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Proxies
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall CreateSubClass(System::TObject* Instance, const System::AnsiString ClassName
- , System::TMetaClass* Ancestor);
- extern PACKAGE void __fastcall DestroySubClass(System::TObject* Instance);
- extern PACKAGE void __fastcall RenameSubClass(System::TObject* Instance, const System::AnsiString ClassName
- );
- extern PACKAGE System::TObject* __fastcall GetSubClassInstance(System::TMetaClass* Proxy);
- extern PACKAGE void * __fastcall CreateSubClassMethod(System::TObject* Instance, const System::AnsiString
- MethodName);
- extern PACKAGE void __fastcall RenameSubClassMethod(System::TObject* Instance, void * Method, const
- System::AnsiString MethodName);
- extern PACKAGE void __fastcall DestroySubClassMethod(System::TObject* Instance, void * Method);
-
- } /* namespace Proxies */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Proxies;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Proxies
-